home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI155.ASC < prev    next >
Text File  |  1991-09-11  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  10.   VERSION : 3.00B
  11.        OS : PC-DOS (2.0 or greater)
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  24.   the path to the error messages in the event they are stored in a
  25.   directory other than the one active at the time Turbo Pascal is
  26.   loaded. Patches for three different implementations of Turbo
  27.   Pascal are listed below. Be sure you are using the patch
  28.   applicable to the version of Turbo Pascal you wish to modify.
  29.  
  30.   Use the DOS utility, DEBUG, to apply the following patch to a
  31.   copy of your original .COM file. Copy DEBUG.COM into the
  32.   directory (or onto the diskette) where your working copy of
  33.   information exactly as it appears. (Conclude each line by
  34.   pressing <Enter>.)
  35.  
  36.   Note:
  37.   1.   DEBUG is not sensitive to upper and lower case. All
  38.        addresses are listed in upper case for ease of  readability.
  39.  
  40.   2.   While in DEBUG, the prompt will appear as a dash (-).
  41.  
  42.   3.   If you do not receive the appropriate response,  press "q"
  43.        followed by <Return>, to quit.  Check your version numbers
  44.        and, if correct, try  again.
  45.  
  46.   TURBO.COM - "YES" - MESSAGES INCLUDED
  47.  
  48.        YOU TYPE                              THIS APPEARS
  49.  
  50.        DEBUG TURBO.COM<ENTER>                 -
  51.        e2E98                                  XXXX:2F5E E8.
  52.        0C<Space>                              C7
  53.        FF<Space>                              DB
  54.        EB<Space>                              OD
  55.        1E<Return>                             -
  56.        w                                      writing XXXX bytes
  57.        q                                      DOS prompt
  58.  
  59.  
  60.   TURBO.COM - "NO" - MESSAGES NOT INCLUDED
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  76.   VERSION : 3.00B
  77.        OS : PC-DOS (2.0 or greater)
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        YOU TYPE                             THIS APPEARS
  85.  
  86.        DEBUG TURBO.COM<ENTER>                 -
  87.        e2E98                                  XXXX:2F5E E8.
  88.        24<Space>                              C7
  89.        00<Space>                              DB
  90.        EB<Space>                              OD
  91.        1E<Return>                             -
  92.        w                                      writing XXXX bytes
  93.        q                                      DOS prompt
  94.  
  95.  
  96.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  97.  
  98.        YOU TYPE                              THIS APPEARS
  99.  
  100.        DEBUG TURBO-87.COM<ENTER>              -
  101.        e2961                                  XXXX:2961 E8.
  102.        OC<Space>                              FE
  103.        FF<Space>                              EO
  104.        EB<Space>                              OD
  105.        1E<Return>                             -
  106.        w                                      writing XXXX bytes
  107.        q                                      DOS prompt
  108.  
  109.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  110.  
  111.        YOU TYPE                             THIS APPEARS
  112.  
  113.        DEBUG TURBO-87.COM<ENTER>              -
  114.        e2961                                  XXXX:2961 E8.
  115.        24<Space>                              FE
  116.        00<Space>                              EO
  117.        EB<Space>                              OD
  118.        1E<Return>                             -
  119.        w                                      writing XXXX bytes
  120.        q                                      DOS prompt
  121.  
  122.  
  123.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  124.  
  125.        YOU TYPE                              THIS APPEARS
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  142.   VERSION : 3.00B
  143.        OS : PC-DOS (2.0 or greater)
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        DEBUG TURBOBCD.COM<ENTER>              -
  151.        e2DB9                                  XXXX:2DB9 E8.
  152.        OC<Space>                              A6
  153.        FF<Space>                              DC
  154.        EB<Space>                              OD
  155.        1E<Return>                             -
  156.        w                                      writing XXXX bytes
  157.        q                                      DOS prompt
  158.  
  159.  
  160.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  161.  
  162.        YOU TYPE                              THIS APPEARS
  163.  
  164.        DEBUG TURBOBCD.COM<ENTER>              -
  165.        e2DB9                                  XXXX:2DB9 E8.
  166.        24<Space>                              A6
  167.        00<Space>                              DC
  168.        EB<Space>                              OD
  169.        1E<Return>                             -
  170.        w                                      writing XXXX bytes
  171.        q                                      DOS prompt
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.